type net/http.http2GoAwayFrame

10 uses

	net/http (current package)
		h2_bundle.go#L2206: type http2GoAwayFrame struct {
		h2_bundle.go#L2217: func (f *http2GoAwayFrame) DebugData() []byte {
		h2_bundle.go#L2231: 	return &http2GoAwayFrame{
		h2_bundle.go#L2973: 	case *http2GoAwayFrame:
		h2_bundle.go#L5158: 	case *http2GoAwayFrame:
		h2_bundle.go#L5470: func (sc *http2serverConn) processGoAway(f *http2GoAwayFrame) error {
		h2_bundle.go#L6987: 	goAway          *http2GoAwayFrame             // if non-nil, the GoAwayFrame we received
		h2_bundle.go#L7464: func (cc *http2ClientConn) setGoAway(f *http2GoAwayFrame) {
		h2_bundle.go#L8850: 		case *http2GoAwayFrame:
		h2_bundle.go#L9349: func (rl *http2clientConnReadLoop) processGoAway(f *http2GoAwayFrame) error {